GDK W32: Fix a missing weak referencing
authorРуслан Ижбулатов <lrn1986@gmail.com>
Wed, 11 Apr 2018 16:39:34 +0000 (16:39 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Wed, 11 Apr 2018 16:39:34 +0000 (16:39 +0000)
commit20f12f9ed7260838bbf82d722e7ed1f85ca2eda5
treef22929ee8a8ef8b7faba79f6e701784d4833420c
parent8fa2db35f8519849740d80eda4c34b9b63ca502a
GDK W32: Fix a missing weak referencing

The changes in a82d67bb7d9290693e8d8c503e65694bb62b44ca didn't
preserve a g_object_weak_ref() call that we need to ensure the
objects in hash map don't become stale. Fix this.
gdk/win32/gdkcursor-win32.c